Overload | Description |
---|---|
Then(Function<Object>) | Adds a succeeded handler for this promise |
Then(Function<Object>,Function<Exception>) | Adds succeeded and failed handlers for this promise |
Then(Function<TResult>,Function<Exception>) | Adds succeeded and failed handlers for this promise |
Then(NPromise<TResult>) | Resolves the specified promise, when this promise is resolved. |
Then(NPromise<NUndefined>) | Resolves the specified promise, when this promise is resolved. |